<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.social-sharing-buttons {
  margin: 0;
  justify-content: flex-start;
}

.region-content {
  position: relative;
}

@media (min-width:1024px) {

  .social-sharing-buttons {
    justify-content: flex-end;
    display: flex;
    margin: 0;
    position: absolute;
    right: 0;
    top: 20px;
  }

  .social-sharing-buttons svg {
    transition: 0.2s;
  }

  .social-sharing-buttons svg:hover {
    opacity: 0.8;
  }
}
</pre></body></html>